home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Steal This CD
/
steal_this_cd.iso
/
Chapter 03 - Hacking People, Places, and Things
/
sparks.exe
/
{app}
/
actions
/
UploadAttachment.cheetah
< prev
next >
Wrap
Text File
|
2005-03-17
|
543b
|
26 lines
#filter UnicodeSafeFilter
<h3>
#if $MediaType($attachment) == $IS_AUDIO
<img src="/images/icon-32x32-music.png" border=0 align=top></a>
#elif $MediaType($attachment) == $IS_VIDEO
<img src="/images/icon-32x32-video.png" border=0 align=top>
#else
#end if
'${htmlsafe($attachment.GetAttachmentName)}' in '$htmlsafe($etitle)'
</h3>
<h4>
Right-Click Actions
</h4>
<ul>
<li>
<span class=uiitem>Play</span>:
play this media file
<li>
<span class=uiitem>Remove</span>:
remove this media file from the Podcast
</ul>